home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / MOVIE3.DIR / 00103_Hit.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  146 b   |  10 lines

  1. on mouseUp
  2.   global status, photonum
  3.   if status <> EMPTY then
  4.     exit
  5.   end if
  6.   if photonum = 16 then
  7.     puppetSound("HitSound")
  8.   end if
  9. end
  10.